Skip to content

Comments

fix: apply cargo clippy fixes#4168

Closed
devin-ai-integration[bot] wants to merge 1 commit intomainfrom
devin/1771805884-clippy-fixes-v2
Closed

fix: apply cargo clippy fixes#4168
devin-ai-integration[bot] wants to merge 1 commit intomainfrom
devin/1771805884-clippy-fixes-v2

Conversation

@devin-ai-integration
Copy link
Contributor

Summary

Two minor clippy fixes applied via cargo clippy --fix and manual suppression:

  • Redundant closure → function pointer: .map(|m| Arc::new(m)).map(Arc::new) in transcribe-proxy
  • Suppress too_many_arguments: Added #[allow(clippy::too_many_arguments)] on spawn_download_task (8 params, limit is 7)

Review & Testing Checklist for Human

  • Confirm the #[allow(clippy::too_many_arguments)] suppression is acceptable vs. refactoring spawn_download_task to use a params struct

Notes

  • Several workspace packages (tools, notch, tcc, notification-macos, cactus-sys, cactus) could not be checked by clippy on Linux due to macOS-only or ARM-only build dependencies. Those packages may have additional clippy warnings.
  • Requested by: unknown ()
  • Link to Devin run: https://app.devin.ai/sessions/fac7891ac9c14bb88ef6564fe937fbaf

- Replace closure with function pointer: .map(|m| Arc::new(m)) -> .map(Arc::new)
- Suppress too_many_arguments warning on spawn_download_task

Co-Authored-By: unknown <>
@devin-ai-integration
Copy link
Contributor Author

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR that start with 'DevinAI' or '@devin'.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment and CI monitoring

@netlify
Copy link

netlify bot commented Feb 23, 2026

Deploy Preview for hyprnote canceled.

Name Link
🔨 Latest commit b185e38
🔍 Latest deploy log https://app.netlify.com/projects/hyprnote/deploys/699b9f2c8900220008796222

@netlify
Copy link

netlify bot commented Feb 23, 2026

Deploy Preview for hyprnote-storybook canceled.

Name Link
🔨 Latest commit b185e38
🔍 Latest deploy log https://app.netlify.com/projects/hyprnote-storybook/deploys/699b9f2c9693a60008271cfc

@yujonglee yujonglee closed this Feb 23, 2026
@yujonglee yujonglee deleted the devin/1771805884-clippy-fixes-v2 branch February 23, 2026 10:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant